Add :focus-visible to css docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 16 Apr 2020 03:14:34 +0000 (23:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 16 Apr 2020 03:14:34 +0000 (23:14 -0400)
docs/reference/gtk/css-overview.xml

index bbdf66485eb7ef3dbcc91949d72a39734c1b77dc..af2bb2726279c6a1b7cf89e80053da71a8e38b4f 100644 (file)
@@ -273,8 +273,9 @@ notebook tab:first-child label {
       :disabled, :selected, :focus, :indeterminate, :checked and :backdrop.
       In addition, the following pseudo-classes don't have a direct equivalent
       as a widget state: :dir(ltr) and :dir(rtl) (for text direction), :link and
-      :visited (for links) and :drop(active) (for highlighting drop targets).
-      Widget state pseudo-classes may only apply to the last element in a selector.
+      :visited (for links), :drop(active) (for highlighting drop targets) and
+      :focus-visible (for visible focus indication). Widget state pseudo-classes
+      may only apply to the last element in a selector.
     </para>
 
     <example>